Click or drag to resize

PushSubscription Class

Represents a subscription to a push-based event notification subscription.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class PushSubscription : Subscription

The PushSubscription type exposes the following members.

Constructors
  NameDescription
Public methodPushSubscription
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(Boolean, EventType)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(Boolean, IListEventType)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(FolderId, EventType, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(FolderId, IListEventType, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(IListFolderId, IListEventType, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(StandardFolder, EventType, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(StandardFolder, IListEventType, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(FolderId, EventType, String, Int32)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(FolderId, EventType, String, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(FolderId, IListEventType, String, Int32)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(FolderId, IListEventType, String, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(IListFolderId, IListEventType, String, Int32)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(IListFolderId, IListEventType, String, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(StandardFolder, EventType, String, Int32)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(StandardFolder, EventType, String, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(StandardFolder, IListEventType, String, Int32)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(StandardFolder, IListEventType, String, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(FolderId, EventType, String, Int32, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(FolderId, IListEventType, String, Int32, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(IListFolderId, IListEventType, String, Int32, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(StandardFolder, EventType, String, Int32, String)
Initializes a new instance of the PushSubscription class.
Public methodPushSubscription(StandardFolder, IListEventType, String, Int32, String)
Initializes a new instance of the PushSubscription class.
Top
Properties
  NameDescription
Public propertyCallerData
Specifies information about the caller.
Public propertyEventTypes
Contains a collection of event notifications that are used to create a subscription.
(Inherited from Subscription.)
Public propertyFolders
Contains a collection of folder identifiers that are used to identify folders to monitor for event notifications.
(Inherited from Subscription.)
Public propertyStatusFrequency
Represents the frequency, specified in minutes, at which notification messages will be sent to the client when no events have occurred.
Public propertySubscribeToAllFolders (Inherited from Subscription.)
Public propertyUrl
Represents the location of the client Web service for push notifications.
Public propertyWatermark
Represents an event bookmark in the mailbox events table.
(Inherited from Subscription.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also